Make Array operator

Crystal syntax.

The Make Array operator can be used with Crystal syntax only; the Array function can be used with Basic syntax only. See Arrays (Basic Syntax).

Usage

[x,y,z,...n]

Build an array containing the elements x, y, z,...n.

Examples

The following examples are applicable to Crystal syntax:

[100,200,300,400]

[{file.QTYA}, {file.QTYB}, {file.QTYC}]

[({file.AMT1} * .5),({file.AMT2} * .5), ({file.AMT3} * .25)]

[500, ({file.QTY} / 3)]

Note:    You cannot have more than one data type in an array.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com